home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 115 / macaddict115.cdr / Software / Development / REALbasicMacOSX.dmg / REALbasic 2005 Release 4 / REALbasic 2005.app / Contents / Info.plist < prev    next >
Extensible Markup Language  |  2005-09-16  |  3KB  |  103 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>rbp</string>
  13.                 <string>rb</string>
  14.             </array>
  15.             <key>CFBundleTypeIconFile</key>
  16.             <string>docIcon1.icns</string>
  17.             <key>CFBundleTypeName</key>
  18.             <string>REALbasic Project</string>
  19.             <key>CFBundleTypeOSTypes</key>
  20.             <array>
  21.                 <string>RbBF</string>
  22.             </array>
  23.         </dict>
  24.         <dict>
  25.             <key>CFBundleTypeExtensions</key>
  26.             <array>
  27.                 <string>xml</string>
  28.             </array>
  29.             <key>CFBundleTypeIconFile</key>
  30.             <string>docIcon2.icns</string>
  31.             <key>CFBundleTypeName</key>
  32.             <string>XML Project</string>
  33.             <key>CFBundleTypeOSTypes</key>
  34.             <array>
  35.                 <string>TEXT</string>
  36.             </array>
  37.         </dict>
  38.         <dict>
  39.             <key>CFBundleTypeExtensions</key>
  40.             <array>
  41.                 <string>rbm</string>
  42.             </array>
  43.             <key>CFBundleTypeIconFile</key>
  44.             <string>docIcon3.icns</string>
  45.             <key>CFBundleTypeName</key>
  46.             <string>REALbasic Menu</string>
  47.             <key>CFBundleTypeOSTypes</key>
  48.             <array>
  49.                 <string>CbMn</string>
  50.             </array>
  51.         </dict>
  52.         <dict>
  53.             <key>CFBundleTypeExtensions</key>
  54.             <array>
  55.                 <string>rbw</string>
  56.             </array>
  57.             <key>CFBundleTypeIconFile</key>
  58.             <string>docIcon4.icns</string>
  59.             <key>CFBundleTypeName</key>
  60.             <string>REALbasic Window</string>
  61.             <key>CFBundleTypeOSTypes</key>
  62.             <array>
  63.                 <string>CbVw</string>
  64.             </array>
  65.         </dict>
  66.         <dict>
  67.             <key>CFBundleTypeExtensions</key>
  68.             <array>
  69.                 <string>rbo</string>
  70.             </array>
  71.             <key>CFBundleTypeIconFile</key>
  72.             <string>docIcon5.icns</string>
  73.             <key>CFBundleTypeName</key>
  74.             <string>REALbasic Class</string>
  75.             <key>CFBundleTypeOSTypes</key>
  76.             <array>
  77.                 <string>CbCl</string>
  78.             </array>
  79.         </dict>
  80.     </array>
  81.     <key>CFBundleExecutable</key>
  82.     <string>REALbasic 2005</string>
  83.     <key>CFBundleGetInfoString</key>
  84.     <string>REALbasic 2005 Release 4</string>
  85.     <key>CFBundleIconFile</key>
  86.     <string>appIcon.icns</string>
  87.     <key>CFBundleIdentifier</key>
  88.     <string>com.realsoftware.realbasic</string>
  89.     <key>CFBundleInfoDictionaryVersion</key>
  90.     <string>6.0.4</string>
  91.     <key>CFBundleName</key>
  92.     <string>REALbasic 2005</string>
  93.     <key>CFBundlePackageType</key>
  94.     <string>APPL</string>
  95.     <key>CFBundleShortVersionString</key>
  96.     <string>REALbasic 2005r4</string>
  97.     <key>CFBundleSignature</key>
  98.     <string>RBv2</string>
  99.     <key>CFBundleVersion</key>
  100.     <string>REALbasic 2005r4</string>
  101. </dict>
  102. </plist>
  103.